demand: oms小程序、oms网页端订单录入/修改订单保存客户地址id

This commit is contained in:
aike 2025-08-29 16:58:53 +08:00
parent 10ad843de7
commit 18b5c8579e

View File

@ -41,4 +41,7 @@ public class Sender implements Serializable {
private String email;
/* 公司 */
private String company;
/* 寄件人客户地址ID */
private Integer id;
}