修改
This commit is contained in:
@ -11,13 +11,13 @@ import java.io.Serializable;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @title: 合同要素
|
* @title: 合同-要素-签报-关联
|
||||||
* @Author 管理员
|
* @Author 管理员
|
||||||
* @Date: 2025-12-24
|
* @Date: 2025-12-24
|
||||||
* @Version 1.0
|
* @Version 1.0
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@LogTable(source="lng_contract_appro_rel",name="合同要素")
|
@LogTable(source="lng_contract_appro_rel",name="合同-要素-签报-关联")
|
||||||
public class UpdateLngContractApproRelDto implements Serializable {
|
public class UpdateLngContractApproRelDto implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|||||||
@ -11,13 +11,13 @@ import java.io.Serializable;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @title: 合同要素
|
* @title: 合同-要素管理-相对方
|
||||||
* @Author 管理员
|
* @Author 管理员
|
||||||
* @Date: 2025-12-24
|
* @Date: 2025-12-24
|
||||||
* @Version 1.0
|
* @Version 1.0
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@LogTable(source="lng_contract_fact_cp",name="合同要素")
|
@LogTable(source="lng_contract_fact_cp",name="合同-要素管理-相对方")
|
||||||
public class UpdateLngContractFactCpDto implements Serializable {
|
public class UpdateLngContractFactCpDto implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|||||||
@ -11,13 +11,13 @@ import java.io.Serializable;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @title: 客户组
|
* @title: 客户组-客户
|
||||||
* @Author 管理员
|
* @Author 管理员
|
||||||
* @Date: 2025-12-16
|
* @Date: 2025-12-16
|
||||||
* @Version 1.0
|
* @Version 1.0
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@LogTable(source="lng_customer_group_customer",name="客户组")
|
@LogTable(source="lng_customer_group_customer",name="客户组-客户")
|
||||||
public class UpdateLngCustomerGroupCustomerDto extends com.xjrsoft.common.model.base.BaseModel {
|
public class UpdateLngCustomerGroupCustomerDto extends com.xjrsoft.common.model.base.BaseModel {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|||||||
@ -10,13 +10,13 @@ import java.time.LocalDateTime;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @title: 评价体系
|
* @title: 评价体系-明细条目
|
||||||
* @Author 管理员
|
* @Author 管理员
|
||||||
* @Date: 2025-12-05
|
* @Date: 2025-12-05
|
||||||
* @Version 1.0
|
* @Version 1.0
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@LogTable(source="lng_grade_system_item",name="评价体系")
|
@LogTable(source="lng_grade_system_item",name="评价体系-明细条目")
|
||||||
public class UpdateLngGradeSystemItemDto implements Serializable {
|
public class UpdateLngGradeSystemItemDto implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|||||||
Reference in New Issue
Block a user