mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
REVIEW 物流配送管理表
This commit is contained in:
parent
db73ddc942
commit
f129eab36f
@ -50,4 +50,11 @@ public class DeliveryExpressDO extends BaseDO {
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
// TODO 芋艿:c 和结算相关的字段,后续在看
|
||||
// partnerId 是否需要月结账号
|
||||
// partnerKey 是否需要月结密码
|
||||
// net 是否需要取件网店
|
||||
// account 账号
|
||||
// password 网点名称
|
||||
// isShow 是否显示
|
||||
}
|
||||
|
@ -64,6 +64,7 @@ public class DeliveryPickUpStoreDO extends BaseDO {
|
||||
*/
|
||||
private LocalTime closingTime;
|
||||
|
||||
// TODO @Jason:应该是 double?
|
||||
/**
|
||||
* 纬度
|
||||
*/
|
||||
|
@ -8,6 +8,7 @@ import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
|
||||
// TODO @芋艿:后续再详细 review 一轮
|
||||
// TODO @芋艿:可能改成 DeliveryPickUpStoreUserDO
|
||||
/**
|
||||
* 自提门店店员 DO
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user