区域添加是否合并任务

This commit is contained in:
2023-03-22 20:25:44 +08:00
parent 48819bcf7a
commit 0b527b9fab
2 changed files with 24 additions and 1 deletions

View File

@@ -28,6 +28,9 @@ public class RegionDto implements Serializable {
/** 生产区域 */
private String product_area;
/** 是否合并 **/
private String merge;
/** 备注 */
private String remark;