Merge pull request 'demand: oms小程序、oms网页端订单录入/修改订单保存客户地址id' (#1) from develop into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-oms2c-service/pulls/1
This commit is contained in:
heyu 2025-08-29 16:59:54 +08:00
commit 1e280705bf

View File

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