囤积成本重构
This commit is contained in:
@@ -9,15 +9,15 @@ 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)
|
||||
@TableName("cost_coil_daily")
|
||||
public class CostCoilDaily extends BaseEntity {
|
||||
@TableName("wms_cost_coil_daily")
|
||||
public class WmsCostCoilDaily extends BaseEntity {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@@ -9,15 +9,15 @@ 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)
|
||||
@TableName("cost_standard_config")
|
||||
public class CostStandardConfig extends BaseEntity {
|
||||
@TableName("wms_cost_standard_config")
|
||||
public class WmsCostStandardConfig extends BaseEntity {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@ExcelIgnoreUnannotated
|
||||
public class CostCoilDailyVo {
|
||||
public class WmsCostCoilDailyVo {
|
||||
|
||||
/**
|
||||
* 主键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
|
||||
@ExcelIgnoreUnannotated
|
||||
public class CostStandardConfigVo {
|
||||
public class WmsCostStandardConfigVo {
|
||||
|
||||
/**
|
||||
* 主键ID
|
||||
Reference in New Issue
Block a user