年度计划

This commit is contained in:
2026-04-14 11:10:18 +08:00
parent 8b7541449a
commit bf9dace0d8
11 changed files with 757 additions and 46 deletions

View File

@ -59,14 +59,14 @@ public class UpdateLngPlanYearDemandHdrDto implements Serializable {
/**
* 最新版(Y-是N-否每客户每年只有一个Y)
*/
@LogField(name="最新版(Y-是N-否每客户每年只有一个Y)",index=4)
@LogField(name="最新版",index=4)
@ApiModelProperty("最新版(Y-是N-否每客户每年只有一个Y)")
private String lastSign;
/**
* 审批状态(WTJ-未提交/YTJ-已提交/YBH-已驳回)
*/
@LogField(name="审批状态(WTJ-未提交/YTJ-已提交/YBH-已驳回)",index=5)
@LogField(name="审批状态",index=5)
@ApiModelProperty("审批状态(WTJ-未提交/YTJ-已提交/YBH-已驳回)")
private String approCode;
@ -91,6 +91,112 @@ public class UpdateLngPlanYearDemandHdrDto implements Serializable {
@ApiModelProperty("租户id")
private Long tenantId;
/**
* 1月备注
*/
@ApiModelProperty("1月备注")
@LogField(name="1月备注",index=9)
private String note01;
/**
* 2月备注
*/
@ApiModelProperty("2月备注")
@LogField(name="2月备注",index=10)
private String note02;
/**
* 3月备注
*/
@ApiModelProperty("3月备注")
@LogField(name="3月备注",index=11)
private String note03;
/**
* 4月备注
*/
@ApiModelProperty("4月备注")
@LogField(name="4月备注",index=12)
private String note04;
/**
* 5月备注
*/
@ApiModelProperty("5月备注")
@LogField(name="5月备注",index=13)
private String note05;
/**
* 6月备注
*/
@ApiModelProperty("6月备注")
@LogField(name="6月备注",index=14)
private String note06;
/**
* 7月备注
*/
@ApiModelProperty("7月备注")
@LogField(name="7月备注",index=15)
private String note07;
/**
* 8月备注
*/
@ApiModelProperty("8月备注")
@LogField(name="8月备注",index=16)
private String note08;
/**
* 9月备注
*/
@ApiModelProperty("9月备注")
@LogField(name="9月备注",index=17)
private String note09;
/**
* 10月备注
*/
@ApiModelProperty("10月备注")
@LogField(name="10月备注",index=18)
private String note10;
/**
* 11月备注
*/
@ApiModelProperty("11月备注")
@LogField(name="11月备注",index=19)
private String note11;
/**
* 12月备注
*/
@ApiModelProperty("12月备注")
@LogField(name="12月备注",index=20)
private String note12;
/**
* 次年1月备注
*/
@ApiModelProperty("次年1月备注")
@LogField(name="次年1月备注",index=21)
private String noteN1;
/**
* 次年2月备注
*/
@ApiModelProperty("次年2月备注")
@LogField(name="次年2月备注",index=22)
private String noteN2;
/**
* 次年3月备注
*/
@ApiModelProperty("次年3月备注")
@LogField(name="次年3月备注",index=23)
private String noteN3;
/**
* lngPlanYearDemand
*/

View File

@ -96,6 +96,112 @@ public class UpdateLngPlanYearDemandHdrEcDto implements Serializable {
@ApiModelProperty("租户id")
private Long tenantId;
/**
* 1月备注
*/
@ApiModelProperty("1月备注")
@LogField(name="1月备注",index=9)
private String note01;
/**
* 2月备注
*/
@ApiModelProperty("2月备注")
@LogField(name="2月备注",index=10)
private String note02;
/**
* 3月备注
*/
@ApiModelProperty("3月备注")
@LogField(name="3月备注",index=11)
private String note03;
/**
* 4月备注
*/
@ApiModelProperty("4月备注")
@LogField(name="4月备注",index=12)
private String note04;
/**
* 5月备注
*/
@ApiModelProperty("5月备注")
@LogField(name="5月备注",index=13)
private String note05;
/**
* 6月备注
*/
@ApiModelProperty("6月备注")
@LogField(name="6月备注",index=14)
private String note06;
/**
* 7月备注
*/
@ApiModelProperty("7月备注")
@LogField(name="7月备注",index=15)
private String note07;
/**
* 8月备注
*/
@ApiModelProperty("8月备注")
@LogField(name="8月备注",index=16)
private String note08;
/**
* 9月备注
*/
@ApiModelProperty("9月备注")
@LogField(name="9月备注",index=17)
private String note09;
/**
* 10月备注
*/
@ApiModelProperty("10月备注")
@LogField(name="10月备注",index=18)
private String note10;
/**
* 11月备注
*/
@ApiModelProperty("11月备注")
@LogField(name="11月备注",index=19)
private String note11;
/**
* 12月备注
*/
@ApiModelProperty("12月备注")
@LogField(name="12月备注",index=20)
private String note12;
/**
* 次年1月备注
*/
@ApiModelProperty("次年1月备注")
@LogField(name="次年1月备注",index=21)
private String noteN1;
/**
* 次年2月备注
*/
@ApiModelProperty("次年2月备注")
@LogField(name="次年2月备注",index=22)
private String noteN2;
/**
* 次年3月备注
*/
@ApiModelProperty("次年3月备注")
@LogField(name="次年3月备注",index=23)
private String noteN3;
/**
* lngPlanYearDemand
*/

View File

@ -1,16 +1,10 @@
package com.xjrsoft.module.plan.vo;
import java.time.LocalDateTime;
import java.util.List;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import lombok.experimental.Accessors;
import java.time.LocalTime;
import java.time.LocalDateTime;
import java.math.BigDecimal;
import java.util.List;
/**
* @title: 表单出参
@ -126,7 +120,156 @@ public class LngPlanYearDemandHdrEcVo extends com.xjrsoft.common.model.base.Base
private Long ruleUserId;
/**
1月备注
*/
@ApiModelProperty("1月备注")
private String note01;
/**
2月备注
*/
@ApiModelProperty("2月备注")
private String note02;
/**
3月备注
*/
@ApiModelProperty("3月备注")
private String note03;
/**
4月备注
*/
@ApiModelProperty("4月备注")
private String note04;
/**
5月备注
*/
@ApiModelProperty("5月备注")
private String note05;
/**
6月备注
*/
@ApiModelProperty("6月备注")
private String note06;
/**
7月备注
*/
@ApiModelProperty("7月备注")
private String note07;
/**
8月备注
*/
@ApiModelProperty("8月备注")
private String note08;
/**
9月备注
*/
@ApiModelProperty("9月备注")
private String note09;
/**
10月备注
*/
@ApiModelProperty("10月备注")
private String note10;
/**
11月备注
*/
@ApiModelProperty("11月备注")
private String note11;
/**
12月备注
*/
@ApiModelProperty("12月备注")
private String note12;
/**
次年1月备注
*/
@ApiModelProperty("次年1月备注")
private String noteN1;
/**
次年2月备注
*/
@ApiModelProperty("次年2月备注")
private String noteN2;
/**
次年3月备注
*/
@ApiModelProperty("次年3月备注")
private String noteN3;
private List<LngPlanYearDemandEcVo> lngPlanYearDemandList;
}

View File

@ -126,8 +126,158 @@ public class LngPlanYearDemandHdrVo extends com.xjrsoft.common.model.base.BaseMo
@ApiModelProperty("数据权限id")
private Long ruleUserId;
/**
1月备注
*/
@ApiModelProperty("1月备注")
private String note01;
/**
2月备注
*/
@ApiModelProperty("2月备注")
private String note02;
/**
3月备注
*/
@ApiModelProperty("3月备注")
private String note03;
/**
4月备注
*/
@ApiModelProperty("4月备注")
private String note04;
/**
5月备注
*/
@ApiModelProperty("5月备注")
private String note05;
/**
6月备注
*/
@ApiModelProperty("6月备注")
private String note06;
/**
7月备注
*/
@ApiModelProperty("7月备注")
private String note07;
/**
8月备注
*/
@ApiModelProperty("8月备注")
private String note08;
/**
9月备注
*/
@ApiModelProperty("9月备注")
private String note09;
/**
10月备注
*/
@ApiModelProperty("10月备注")
private String note10;
/**
11月备注
*/
@ApiModelProperty("11月备注")
private String note11;
/**
12月备注
*/
@ApiModelProperty("12月备注")
private String note12;
/**
次年1月备注
*/
@ApiModelProperty("次年1月备注")
private String noteN1;
/**
次年2月备注
*/
@ApiModelProperty("次年2月备注")
private String noteN2;
/**
次年3月备注
*/
@ApiModelProperty("次年3月备注")
private String noteN3;
private List<LngPlanYearDemandVo> lngPlanYearDemandList;
}

View File

@ -1,16 +1,10 @@
package com.xjrsoft.module.plan.vo;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import lombok.experimental.Accessors;
import java.time.LocalTime;
import java.time.LocalDateTime;
import java.math.BigDecimal;
import java.util.List;
/**
* @title: 表单出参