modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/TyProductModel.java
@@ -12,14 +12,14 @@ import java.util.List; /** * ty_product_model * product_model_common * * @author zt generator * @since 1.0.0 2024-02-28 */ @Data @EqualsAndHashCode(callSuper=false) @TableName("ty_product_model") @TableName("product_model_common") public class TyProductModel extends BusiEntity implements TreeNode<TyProductModel> { private static final long serialVersionUID = 1L;