🆕 类型
All checks were successful
Release / Release (push) Successful in 44s

This commit is contained in:
my_ong 2025-03-02 14:29:31 +08:00
parent 79d6ec9a5d
commit f562388f73

View File

@ -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;