This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user