mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
feat(JsSupplier): add address field to supplier DTOs and entity for contact information
This commit is contained in:
@@ -19,4 +19,7 @@ public class CreateJsSupplierDto extends OrgCommonDto {
|
||||
private String bankCardNumber;
|
||||
@Comment("手机号")
|
||||
private String phoneNumber;
|
||||
|
||||
|
||||
private String address;
|
||||
}
|
||||
|
||||
@@ -30,4 +30,7 @@ public class JsSupplierDto extends OrgCommonDto {
|
||||
|
||||
@Comment("手机号")
|
||||
private String phoneNumber;
|
||||
|
||||
|
||||
private String address;
|
||||
}
|
||||
|
||||
@@ -17,4 +17,7 @@ public class UpdateJsSupplierDto extends OrgCommonDto {
|
||||
private String bankCardNumber;
|
||||
|
||||
private String phoneNumber;
|
||||
|
||||
|
||||
private String address;
|
||||
}
|
||||
|
||||
@@ -39,4 +39,7 @@ public class JsSupplierEntity extends OrgCommonEntity {
|
||||
|
||||
@Comment("手机号")
|
||||
private String phoneNumber;
|
||||
|
||||
|
||||
private String address;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user