囤积成本重构
This commit is contained in:
@@ -8,14 +8,14 @@ import java.math.BigDecimal;
|
||||
import java.time.LocalDate;
|
||||
|
||||
/**
|
||||
* 钢卷日成本记录表业务对象 cost_coil_daily
|
||||
* 钢卷日成本记录表业务对象 wms_cost_coil_daily
|
||||
*
|
||||
* @author klp
|
||||
* @date 2025-11-25
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public class CostCoilDailyBo extends BaseEntity {
|
||||
public class WmsCostCoilDailyBo extends BaseEntity {
|
||||
|
||||
/**
|
||||
* 主键ID
|
||||
@@ -8,14 +8,14 @@ import java.math.BigDecimal;
|
||||
import java.time.LocalDate;
|
||||
|
||||
/**
|
||||
* 成本标准配置表业务对象 cost_standard_config
|
||||
* 成本标准配置表业务对象 wms_cost_standard_config
|
||||
*
|
||||
* @author klp
|
||||
* @date 2025-11-25
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public class CostStandardConfigBo extends BaseEntity {
|
||||
public class WmsCostStandardConfigBo extends BaseEntity {
|
||||
|
||||
/**
|
||||
* 主键ID
|
||||
Reference in New Issue
Block a user