修改
This commit is contained in:
@ -11,13 +11,13 @@ import java.io.Serializable;
|
||||
|
||||
|
||||
/**
|
||||
* @title: 合同要素
|
||||
* @title: 合同-要素-签报-关联
|
||||
* @Author 管理员
|
||||
* @Date: 2025-12-24
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
@LogTable(source="lng_contract_appro_rel",name="合同要素")
|
||||
@LogTable(source="lng_contract_appro_rel",name="合同-要素-签报-关联")
|
||||
public class UpdateLngContractApproRelDto implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@ -11,13 +11,13 @@ import java.io.Serializable;
|
||||
|
||||
|
||||
/**
|
||||
* @title: 合同要素
|
||||
* @title: 合同-要素管理-相对方
|
||||
* @Author 管理员
|
||||
* @Date: 2025-12-24
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
@LogTable(source="lng_contract_fact_cp",name="合同要素")
|
||||
@LogTable(source="lng_contract_fact_cp",name="合同-要素管理-相对方")
|
||||
public class UpdateLngContractFactCpDto implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
Reference in New Issue
Block a user