wente
2024-03-10 b7919b3e9e362adc6b593df15eff3412a354c638
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;