收银呗改为快银收银,部分调整

This commit is contained in:
liuyingfang
2023-05-08 11:00:47 +08:00
parent f8a583063f
commit 4a5bc0dd25
19 changed files with 87 additions and 38 deletions

View File

@@ -132,11 +132,11 @@ public class YtCreateOrder implements Serializable {
public YtCreateOrder() {
this.senderName = "收银客服部";
this.senderProvinceName = "湖北";
this.senderCityName = "武汉";
this.senderCountyName = "洪山";
this.senderAddress = "九台别墅42栋";
this.senderMobile = "18062761507";
this.senderName = "快银收银客服部";
this.senderProvinceName = "陕西";
this.senderCityName = "西安";
this.senderCountyName = "未央";
this.senderAddress = "荣民中央国际";
this.senderMobile = "19191701028";
}
}