feat: There is no way the,

This commit is contained in:
Superman_Main
2021-12-01 13:42:39 +08:00
parent 0d43dde5f6
commit 7078179608
2 changed files with 16 additions and 3 deletions
@@ -38,10 +38,14 @@ public class SarBussionessStand extends BaseEntity {
@TableId("ID")
private String id;
@ApiModelProperty(value = "标准")
@ApiModelProperty(value = "企标标准号")
@TableField("STAND_CODE")
private String standCode;
@ApiModelProperty(value = "标准编号")
@TableField("STAND_NUMBER")
private String standNumber;
@ApiModelProperty(value = "标准名称")
@TableField("STAND_NAME")
private String standName;