VendorDto.java
VendorMapper.xml
vendor/create.jsp
vendor/create.jsp
vendor/create.jspvendor/create.jsp
This commit is contained in:
sungsu
2024-01-16 00:10:40 +09:00
parent c120f4df74
commit 30d419bb5f
6 changed files with 109 additions and 109 deletions

View File

@@ -14,14 +14,14 @@ public class VendorDto {
private String id;
private String name;
private String presidentName;
private String president_name;
private String address;
private String registrationNumber;
private String registration_number;
private String email;
private String presidentTelephone;
private String vendorManager;
private String vendorManagerTelephone;
private String mainProduct;
private String managerId;
private String president_telephone;
private String vendor_manager;
private String vendor_manager_telephone;
private String main_product;
private String manager_id;
private boolean activation;
}