Commit 0c254fd526de982464432a3a43490cde2ee51cbd
1 parent
1cf1bd86
11
Showing
1 changed file
with
6 additions
and
0 deletions
netcore/src/Modularity/Extend/NCC.Extend.Entitys/Entity/lq_xmzl/LqXmzlEntity.cs
| ... | ... | @@ -122,6 +122,12 @@ namespace NCC.Extend.Entitys.lq_xmzl |
| 122 | 122 | public decimal? HealthCoachLaborCost { get; set; } |
| 123 | 123 | |
| 124 | 124 | /// <summary> |
| 125 | + /// 是否允许陪同 | |
| 126 | + /// </summary> | |
| 127 | + [SugarColumn(ColumnName = "F_IsAllowAccompanied")] | |
| 128 | + public int? IsAllowAccompanied { get; set; } = 0; | |
| 129 | + | |
| 130 | + /// <summary> | |
| 125 | 131 | /// 科美类型 |
| 126 | 132 | /// </summary> |
| 127 | 133 | [SugarColumn(ColumnName = "F_BeautyType")] | ... | ... |