mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
feat(JsReceipt): add reason field to receipt DTOs and entity for additional context
This commit is contained in:
@@ -23,6 +23,10 @@ public class JsPurchaserDto extends OrgCommonDto {
|
||||
@Comment("银行")
|
||||
private String bank;
|
||||
|
||||
|
||||
@DictTranslate(dictKey = DictCode.BANK)
|
||||
private String bankName;
|
||||
|
||||
@Comment("开户行")
|
||||
private String bankBranch;
|
||||
|
||||
|
||||
@@ -37,4 +37,8 @@ public class CreateJsReceiptDto extends OrgCommonDto {
|
||||
|
||||
@Comment("扩展数据")
|
||||
private String extData;
|
||||
|
||||
|
||||
@Comment("事由")
|
||||
private String reason;
|
||||
}
|
||||
|
||||
@@ -50,4 +50,8 @@ public class JsReceiptDto extends OrgCommonDto {
|
||||
|
||||
@Comment("扩展数据")
|
||||
private String extData;
|
||||
|
||||
|
||||
@Comment("事由")
|
||||
private String reason;
|
||||
}
|
||||
|
||||
@@ -48,4 +48,8 @@ public class JsReceiptSimpleDto extends OrgCommonDto {
|
||||
|
||||
@Comment("扩展数据")
|
||||
private String extData;
|
||||
|
||||
|
||||
@Comment("事由")
|
||||
private String reason;
|
||||
}
|
||||
|
||||
@@ -39,4 +39,8 @@ public class UpdateJsReceiptDto extends OrgCommonDto {
|
||||
|
||||
@Comment("扩展数据")
|
||||
private String extData;
|
||||
|
||||
|
||||
@Comment("事由")
|
||||
private String reason;
|
||||
}
|
||||
|
||||
@@ -69,4 +69,9 @@ public class JsReceiptEntity extends OrgCommonEntity {
|
||||
|
||||
@Comment("扩展数据")
|
||||
private String extData;
|
||||
|
||||
|
||||
|
||||
@Comment("事由")
|
||||
private String reason;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user