This commit is contained in:
parent
79d6ec9a5d
commit
f562388f73
@ -31,10 +31,10 @@ import java.io.Serial;
|
||||
@FieldNameConstants
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Accessors(chain = true)
|
||||
@TableName("t_material")
|
||||
@Table("t_material")
|
||||
@Comment("物料")
|
||||
@Schema(name = "Material", description = "物料")
|
||||
@TableName("t_type")
|
||||
@Table("t_type")
|
||||
@Comment("类型")
|
||||
@Schema(name = "Type", description = "类型")
|
||||
public class Type extends IdBaseEntity {
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
Loading…
x
Reference in New Issue
Block a user